/*Características General*/
body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    overflow-x: hidden;
}

/* Cabecera */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: white;
    color: black;
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000; /* Asegúrate de que esté por encima de otros elementos */
    box-shadow: 0 4px 6px black;
}

.logo{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0px 100px 0px 664px;
    
    animation: logoFadeIn 4s ease-in-out;
}

.imglogo{
    width: 200px;
    height: 60px;
}

@keyframes logoFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu ul {
    list-style-type: none;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    animation: menuSlideIn 2s ease-out;
    justify-content: center;
    align-items: center;
}

@keyframes menuSlideIn {
    0% {
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu ul li a {
    color: black;
    text-decoration: none;
    padding: 10px;
    transition:  color 0.3s ease;
}

.menu ul li a:hover{
    color: red;
}

.search{
    width: max-content;
    display: flex;
    align-items: center;
    padding: 7px;
    border-radius: 28px;
    background-color: whitesmoke;
    transition: background 0.25s;
}

.search:focus-within{
    background: #f1f1f1;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}

.search-input{
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #333333;
    margin-left: 7px;
    border: none;
    outline: none;
    background: transparent;
}

.search-input::placeholder,
.search-icon{
    color: rgba(0, 0, 0, 0.4);
}

/* Publicidad */

.publicidad{
    text-align: center;
    background-color: red;
    color: black;
    padding: 50px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    animation: balanceo 3s infinite;
    margin: 80px 0px 0px 0px;
}

.publicidad img{
    width: 80%;
    height: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

@keyframes balanceo {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.BRANDS{
    text-align: center;
    color: rgb(34, 34, 34);
    padding: 50px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0px 0px 0px 0px;
}



/* Artículos */

.fotos{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 400px;
    background-color: whitesmoke;
}

.fotos1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 600px;
    background-color: whitesmoke;
}

.fotos2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 400px;
    background-color: whitesmoke;
}

.BRAND{
    color: rgb(40, 40, 40);
    display: flex;
    justify-content: center;
    text-align: center;
}

.card{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}

.card img{
    width: 300px;
    height: 300px;
}

.card h2{
    margin: 15px 0 10px;
    color: black;
}

.card p{
    margin: 0 15px 15px;
    color: grey;
}

.card:hover{
    transform: translateY(-10px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card:hover h2{
    color: orange;
}
a{
    text-decoration: none;
}
.card1{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card1 img{
    width: 300px;
    height: 300px;
}

.card1 h2{
    margin: 15px 0 10px;
    color: black;
}

.card1 p{
    margin: 0 15px 15px;
    color: grey;
}

.card1:hover{
        transform: translateY(-10px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card1:hover h2{
    color: red;
}
.card2{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card2 img{
    width: 100%;
    height: 300px;
}

.card2 h2{
    margin: 15px 0 10px;
    color: black;
}

.card2 p{
    margin: 0 15px 15px;
    color: grey;
}

.card2:hover{
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card2:hover h2{
    color: blue;
}

.card3{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card3 img{
    width: 100%;
    height: 300px;
}

.card3 h2{
    margin: 15px 0 10px;
    color: black;
}

.card3 p{
    margin: 0 15px 15px;
    color: grey;
}

.card3:hover{
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card3:hover h2{
    color: green;
}

.card4{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card4 img{
    width: 100%;
    height: 300px;
}

.card4 h2{
    margin: 15px 0 10px;
    color: black;
}

.card4 p{
    margin: 0 15px 15px;
    color: grey;
}

.card4:hover{
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card4:hover h2{
    color: deepskyblue;
}

.card5{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card5 img{
    width: 100%;
    height: 300px;
}

.card5 h2{
    margin: 15px 0 10px;
    color: black;
}

.card5 p{
    margin: 0 15px 15px;
    color: grey;
}

.card5:hover{
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card5:hover h2{
    color: yellowgreen;
}

.card6{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card6 img{
    width: 100%;
    height: 300px;
}

.card6 h2{
    margin: 15px 0 10px;
    color: black;
}

.card6 p{
    margin: 0 15px 15px;
    color: grey;
}

.card6:hover{
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card6:hover h2{
    color: goldenrod;
}

.card7{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card7 img{
    width: 100%;
    height: 300px;
}

.card7 h2{
    margin: 15px 0 10px;
    color: black;
}

.card7 p{
    margin: 0 15px 15px;
    color: grey;
}

.card7:hover{
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card7:hover h2{
    color: dodgerblue;
}

.card8{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card8 img{
    width: 300px;
    height: 300px;
}

.card8 h2{
    margin: 15px 0 10px;
    color: black;
}

.card8 p{
    margin: 0 15px 15px;
    color: grey;
}

.card8:hover{
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card8:hover h2{
    color: rgb(182, 1, 1);
}

.card9{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 10px;
    transition: transform 1s ease, box-shadow 1s ease, blur 1s, opacity 1s ease;
}
.card9 img{
    width: 100%;
    height: 300px;
}

.card9 h2{
    margin: 15px 0 10px;
    color: black;
}

.card9 p{
    margin: 0 15px 15px;
    color: grey;
}

.card9:hover{
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.card9:hover h2{
    color: rgb(53, 184, 27);
}

.tercera{
    background-color: whitesmoke;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

}
.grande{
    width: 100%;
    margin: 250px 5px 200px 15px; 
    border-radius: 50px;
}
aside{
    display: flex;
    justify-content: center;
    width: 50%;
    flex-direction: column;
    align-items: center;
}
article{
    display: flex;
    width: 44%;
    align-items: center;
    justify-content: center;
    color: black;
}
.ajuste{
    margin: 0px 0px 0px 20px;
    width: 666px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ajuste p{
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Footer */

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
    animation: footerFadeIn 2s ease-in-out;
    z-index: 1000;
    /* Asegúrate de que esté por encima de otros elementos */
}

@keyframes footerFadeIn {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

footer:hover {
    background-color: red;
    animation: footerHover 0.5s ease-in-out;
}

@keyframes footerHover {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.02);
    }
}


.new-amsterdam {
    font-family: "New Amsterdam", serif;
    font-weight: 400;
    font-size: 49px;
}

.link{
    color: rgb(255, 255, 255);
}

.dos{
    color: rgb(17, 44, 63) 2px 10px 10px;
}

.element{
    background-color: red;
    color: white;
    font-size: 1.5rem;
    padding: 25px;
    width: 16px;
    height: 16px;
    position: fixed;
    border-radius: 100px 100px;
    text-align: center;
    right: 0;
    left: 95%;
    top: 74%;
    z-index: 2000;
}

/* PÁGINA COKE STUDIO */

.ARTISTASTITLE{
    margin: 80px 0px 0px 0px;
    display: flex;
    justify-content: center;
    font-family: "New Amsterdam", serif;
    font-weight: 400;
    font-size: 95px;
    height: 30px;
}

.tercera1{
    background-color: whitesmoke;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.tercera2{
    background-color: whitesmoke;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 150px;
}

.fotoartista{
    width: 100%;
    margin: 250px 65px 200px 15px; 
    border-radius: 50px;
}
.infoartista{
    margin: 0px 0px 0px 0px;
    width: 656px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.infoartista p{
    display: flex;
    justify-content: center;
    text-align: center;
}


/* WEB CONTACTO */

.IMGATENCIONCLIENTE{
    width: 1540px;
    height: 600px;
    margin: 50px 0px 80px 0px;
}

.ATENCIONREVERSE{
    background-color: whitesmoke;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 500px;
    margin: 50px 0px 0px 0px;
}

form{
    /* Centrar el formulario en la página */
    display: flex;
    margin: 0 auto;
    width: 400px;
    justify-content: center;
    align-items: center;
    /* Esquema de formulario */
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 1em;
    background-color: red;
    box-shadow: 0 4px 6px black;
}

form ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

form li + li{
    margin-top: 1em;
}

form label{
    /* Tamaño y alineación uniforme */
    display: inline-block;
    width: 90px;
    text-align: right;
}

form input,
form textarea{
    /* Para asegurarse de que tods los campos de texto tienen la misma configuración de letra
    Por defecto, las áreas de texto tienen un tipo de letra monoespaciada */
    font: 1em sans-serif;

    /* Tamaño uniforme del campo de texto */
    width: 300px;
    box-sizing: border-box;

    /* Hacer coincidir los bordes del campo del formulario */
    border: 1px solid #999;
}

form input:focus,
form textarea:focus{
    /* Destacado adicional para elementos que tienen el cursor */
    border-color: #000;
}

form textarea{
    /* Alinear los campos de texto multilínea con sus etiquetas */
    vertical-align: top;

    /* Proporcionar espacio para escribir texto */
    height: 5em;
}

form .button{
    /* Alinear los botones con los campos de texto */
    padding-left: 90px; /*mismo tamaño que los elementos de la etiqueta*/
}

form button{
    /* Este margen adicional representa aproximadamente el mismo espacio que el espacio
    entre las etiquetas y sus campos de texto */
    margin-left: 0.5em;
}

.TEXTOATENCION{
    margin: 0px 0px 0px 0px;
    width: 686px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.TEXTOATENCION p{
    display: flex;
    justify-content: center;
    text-align: center;
}